home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / burst.arj / BURST next >
Text File  |  1988-11-15  |  210b  |  10 lines

  1. burst.obj: burst burst.c
  2.     cl -c -Gsw -W2 -AS burst.c
  3.  
  4. burst.res : burst.rc burst.bmp
  5.     rc -r burst.rc
  6.  
  7. burst.exe : burst.obj
  8.     link4 /NOE burst, burst/align:16, , slibw, burst
  9.     rc burst.res
  10.